Skip to content

feat: add --songs flag to recoup content create command#19

Merged
sweetmantech merged 1 commit intomainfrom
feature/song-filtering
Mar 30, 2026
Merged

feat: add --songs flag to recoup content create command#19
sweetmantech merged 1 commit intomainfrom
feature/song-filtering

Conversation

@sidneyswift
Copy link
Copy Markdown
Contributor

Summary

  • Add --songs <slugs> option to recoup content create
  • Accepts comma-separated song slugs (e.g. --songs hiccups,adhd)
  • Passes songs array to POST /api/content/create
  • When omitted, API receives no songs field (all songs eligible)

Test plan

  • CLI builds successfully
  • Verify recoup content create --artist <id> --songs hiccups sends correct payload
  • Verify omitting --songs sends no songs field

Made with Cursor

Accepts comma-separated song slugs (e.g. --songs hiccups,adhd)
to restrict which songs the content pipeline picks from.

Made-with: Cursor
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 26, 2026

Warning

Rate limit exceeded

@sidneyswift has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 16 minutes and 34 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2d5abfe1-9fcb-48ae-8a7a-5b2ffb646ad1

📥 Commits

Reviewing files that changed from the base of the PR and between a09929a and d5583f5.

📒 Files selected for processing (1)
  • src/commands/content/createCommand.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/song-filtering

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sweetmantech sweetmantech merged commit d9f265d into main Mar 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants